home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_1428_GoToChoiceCSTR < prev    next >
Text File  |  1994-09-21  |  436b  |  15 lines

  1. get word 2 of the clickline
  2. if there is a fld "EBtoc" then put (line it of fld "ebtoc" is not empty) into anythingthere
  3. if there is a fld "myEBtoc" then put (line it of fld "myebtoc" is not empty) into anythingthere
  4. if anythingthere
  5. then
  6. cbusy
  7. repeat with a = it to the number of lines in fld "EBtocValues"
  8. put line a of fld "EBtocValues" into thispage
  9. if thispage is not empty
  10. then
  11. goPage thispage
  12. exit repeat
  13. end if
  14. end repeat
  15. end if